Hexamail Vault Administration Guide - Advanced Options - Sender Options

Sender Options

Sender Options

   Sender Routes

Sender Routes
You can configure Hexamail Vault to deliver outbound email based on the sender email address. Each sender can have email sent via a different server with separate SMTP authentication logins for each. You can use wildcards for the sender email address match to have all senders from a given domain use a specified server host/port combination.
Example interface
A file, e.g. smtplogins.csv containing lines such as: a@test.com,smtp.isp1.com,25,a,password b@test.com,smtp.isp1.com,25,b,password *@anotherdomain.com,smtp.anotherisp.com,25,username,password *@*.net,mail.myisp.com,25 test@test.net,mail.test.com,2525

   Sender Binds

Sender Domain
You can configure Hexamail Vault to deliver email using different local IP addresses for different domains. The Domain Binds keeps track of which IP address to use to deliver which message. If a domain is not listed here, it will be sent using the default NIC/IP address
Example interface
senderdomain1.com:192.168.1.3,senderdomain2.com:192.168.1.4,senderdomain3.com:192.168.1.5

   Sender

Force Sender
Some smarthosts require all email to be sent using the same SMTP envelope sender. This setting, when set, will force all email via the smarthost to use the same specified SMTP MAIL FROM sender address
Example interface